home *** CD-ROM | disk | FTP | other *** search
Modula Definition | 1996-12-12 | 435 b | 14 lines | [TEXT/3PRM] |
- definition module MinesBest
-
- import deltaPicture, MineTypes
-
- BestX :== 270
- BestY :== 240
-
- ReadHiScores :: !String !Files -> (!*File,!MinesBest)
- WriteHiScores :: !*File !MinesBest -> Files
- ItsABestTime :: !Int !Dimension !Time !BestTimes -> Bool
- AddBestTime :: !String !Int !Dimension !Time !BestTimes -> BestTimes
- ShowBestTimes :: !BestTimes -> [DrawFunction]
- LimitString :: !Int !String -> String
-